Returns a value indicating whether the collection contains a user with the specified name.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Function Contains ( _
	userName As String _
) As Boolean
C#
public bool Contains(
	string userName
)

Parameters

userName
Type: System..::..String
User name.

Return Value

True if yes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also